Skip to main content

MeanShift

MeanShift[list,d] replaces each element in list by the mean of the values of all elements that differ by less than d.

MeanShift[list,d,{p1,p2,…}] returns the list where only the specified parts pi are replaced with mean-shifted values.

MeanShift[image,…] mean shift of the pixel values in image.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.